wip
This commit is contained in:
@@ -24,4 +24,15 @@ because the parent menu entry is in the sale module -->
|
|||||||
sequence="50"/>
|
sequence="50"/>
|
||||||
|
|
||||||
|
|
||||||
|
<record id="product_pricelist_view" model="ir.ui.view">
|
||||||
|
<field name="model">product.pricelist</field>
|
||||||
|
<field name="inherit_id" ref="product.product_pricelist_view"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//div[@groups='product.group_pricelist_item']" position="attributes">
|
||||||
|
<div name="groups">product.group_pricelist_item,base_usability.group_nobody</div>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
from odoo import models, fields, api
|
from odoo import models, fields, api
|
||||||
from odoo.tools import float_is_zero
|
from odoo.tools import float_is_zero
|
||||||
from collections import OrderedDict
|
|
||||||
|
|
||||||
|
|
||||||
class SaleOrder(models.Model):
|
class SaleOrder(models.Model):
|
||||||
|
|||||||
Reference in New Issue
Block a user