This commit is contained in:
Fabien BOURGEOIS 2018-03-26 17:59:58 +02:00
parent bd7a873b21
commit cb33dda359
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</strong>
</p>
<footer>
<button name="create_invoice" string="Create Invoice" type="object"
<button name="create_invoice" string="Create and view invoice" type="object"
context="{'open_invoice': True}" class="oe_highlight" />
<button name="create_invoice" string="Create invoice and Close" type="object"
class="oe_highlight" />
<button string="Cancel" class="oe_link" special="cancel" />
</footer>