mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-23 20:52:07 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
<odoo>
|
||||
<record id="view_product_form" model="ir.ui.view">
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="point_of_sale.product_template_form_view" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="pos_categ_id" position="after">
|
||||
<field name="allowed_membership_category_ids" widget="many2many_tags" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue