Compare commits
1 Commits
12_sale_pi
...
12-pricel-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2af621083 |
@@ -24,4 +24,15 @@ because the parent menu entry is in the sale module -->
|
||||
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>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
from odoo import models, fields, api
|
||||
from odoo.tools import float_is_zero
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
class SaleOrder(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user