Skip to content
Snippets Groups Projects
Commit f82e4cca authored by Gabriel Davini's avatar Gabriel Davini :man_dancing_tone1:
Browse files

Merge branch '8.0-stage' into '8.0-fix_multicurrency'

# Conflicts:
#   .gitignore
parents 9b11bb2c 07c849f2
No related branches found
No related tags found
1 merge request!338.0 fix multicurrency
......@@ -4,3 +4,4 @@
TODO
*.mo
*~
*.jasper
\ No newline at end of file
<openerp>
<data>
<!-- Purchase Order / Form -->
<record id="view_purchase_order_clearance_form" model="ir.ui.view">
<field name="name">purchase.order.clearance.form.inherit</field>
......@@ -11,7 +11,7 @@
<field name="shipped" position="after">
<field name="local" invisible="1"/>
</field>
<button name="purchase_confirm" position="after">
<button id="draft_confirm" position="after">
<button name="create_import_clearance" attrs="{'invisible': ['|', ('state', 'not in', ('ready_to_embark', 'approved')), ('local', '=', True)]}" groups="purchase.group_purchase_user" string="Create Clearance" type="object"/>
</button>
<xpath expr="//page[@string='Deliveries &amp; Invoices']" position="after">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment