Skip to content

Commit

Permalink
Merge pull request osbzr#1600 from Judystudy/master
Browse files Browse the repository at this point in the history
[ADD] 关于选用报价单系统后,是否可以在订单行里不显示折扣 osbzr#1598
  • Loading branch information
GoodERPJeff authored Dec 12, 2017
2 parents d6a574a + 6de995b commit 65b8b7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sell_quotation/views/sell_quotation_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
</xpath>
<xpath expr="//field[@name='line_ids']/tree/field[@name='price']" position='attributes'>
<attribute name='invisible'>1</attribute>
</xpath>
<xpath expr="//field[@name='line_ids']/tree/field[@name='discount_rate']" position='attributes'>
<attribute name='invisible'>1</attribute>
</xpath>
<xpath expr="//field[@name='line_ids']/tree/field[@name='discount_amount']" position='attributes'>
<attribute name='invisible'>1</attribute>
</xpath>
</field>
</record>
Expand Down

0 comments on commit 65b8b7d

Please sign in to comment.