mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-25 03:22:02 +02:00
19.0 vanilla
This commit is contained in:
parent
6e54c1af6c
commit
3ca647e428
1087 changed files with 132065 additions and 108499 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<record id="loyalty_mail_view_tree_inherit_pos_loyalty" model="ir.ui.view">
|
||||
<field name="name">loyalty.mail.view.tree.inherit.pos.loyalty</field>
|
||||
<field name="name">loyalty.mail.view.list.inherit.pos.loyalty</field>
|
||||
<field name="model">loyalty.mail</field>
|
||||
<field name="inherit_id" ref="loyalty.loyalty_mail_view_tree"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="mail_template_id" position="after">
|
||||
<field name="pos_report_print_id" attrs="{'invisible': [('trigger', '!=', 'create')]}"/>
|
||||
<field name="pos_report_print_id" invisible="trigger != 'create'"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue