Skip to content

Commit

Permalink
Add new field to invoice line's view
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoRubi committed Mar 3, 2021
1 parent c7fa110 commit daa1d21
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
position="after">
<field name="discount2" groups="base.group_no_one"/>
<field name="discount3" groups="base.group_no_one"/>
<field name="discounting_type" groups="base.group_no_one"/>
</xpath>
</field>
</record>
Expand All @@ -24,6 +25,7 @@
position="after">
<field name="discount2" groups="base.group_no_one"/>
<field name="discount3" groups="base.group_no_one"/>
<field name="discounting_type" groups="base.group_no_one"/>
</xpath>
</field>
</record>
Expand Down

0 comments on commit daa1d21

Please sign in to comment.