diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-22 11:11:34 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-22 11:11:34 +0700 |
| commit | 737d6932676242ad4aae7f7c175ea98d5b00f437 (patch) | |
| tree | 0da618be66f96ccb053ddbe5a1161fc60cd7186d /fixco_custom/views/automatic_purchase.xml | |
| parent | 10e171ea5389873fea3fb13c90242b322a37a990 (diff) | |
odoo fixco
Diffstat (limited to 'fixco_custom/views/automatic_purchase.xml')
| -rw-r--r-- | fixco_custom/views/automatic_purchase.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/views/automatic_purchase.xml b/fixco_custom/views/automatic_purchase.xml index f985a54..9b0a45b 100644 --- a/fixco_custom/views/automatic_purchase.xml +++ b/fixco_custom/views/automatic_purchase.xml @@ -20,6 +20,8 @@ <field name="arch" type="xml"> <tree editable="bottom"> <field name="product_id"/> + <field name="brand_id"/> + <field name="product_public_category_id"/> <field name="partner_id" required="1"/> <field name="taxes_id" domain="[('type_tax_use','=','purchase')]"/> <field name="qty_purchase"/> |
