Skip to content

Commit

Permalink
[FIX] connector_oxigesti: fix warning logs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC013 committed Feb 9, 2024
1 parent 35eadd1 commit 0f77b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

class OxigestiBackendProductAttributeMap(models.Model):
_name = "oxigesti.backend.product.attribute.map"
_description = "Oxigesti Backend Product Attribute Map"

backend_id = fields.Many2one(
comodel_name="oxigesti.backend",
Expand Down
6 changes: 3 additions & 3 deletions connector_oxigesti/views/mrp_production_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<field name="name">oxigesti.mrp.production.form</field>
<field name="model">oxigesti.mrp.production</field>
<field name="arch" type="xml">
<form string="Oxigesti Manufacturing Orders">
<form>
<group>
<field name="backend_id" />
<field name="odoo_id" readonly="True" />
Expand All @@ -38,7 +38,7 @@
<field name="name">oxigesti.mrp.production.tree</field>
<field name="model">oxigesti.mrp.production</field>
<field name="arch" type="xml">
<tree string="Oxigesti Manufacturing Orders">
<tree>
<field name="backend_id" />
<field name="odoo_id" />
<field name="external_id_display" readonly="True" />
Expand All @@ -53,7 +53,7 @@
</field>
</record>
<record id="oxigesti_mrp_production_action" model="ir.actions.act_window">
<field name="name">ManufacturingOrder</field>
<field name="name">Oxigesti Manufacturing Orders</field>
<field name="res_model">oxigesti.mrp.production</field>
<field name="view_mode">tree,form</field>
</record>
Expand Down

0 comments on commit 0f77b6f

Please sign in to comment.