File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ To use this module, you need to:
4949
50501. Go to *Sales/Configuration/Invoicing frequency * and create your
5151 custom frequencies.
52- 2. Set these frequencies in the customer form *Invoicing * tab.
52+ 2. Set these frequencies in the customer form *Sales * tab.
53533. When a sale is created, the Invoicing frequency of the field
5454 ``partner_id `` is propagated.
55554. An user can change Invoicing frequency on sales and customers if has
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ To use this module, you need to:
22
331 . Go to * Sales/Configuration/Invoicing frequency* and create your
44 custom frequencies.
5- 2 . Set these frequencies in the customer form * Invoicing * tab.
5+ 2 . Set these frequencies in the customer form * Sales * tab.
663 . When a sale is created, the Invoicing frequency of the field
77 ` partner_id ` is propagated.
884 . An user can change Invoicing frequency on sales and customers if has
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ <h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
399399< ol class ="arabic simple ">
400400< li > Go to < em > Sales/Configuration/Invoicing frequency</ em > and create your
401401custom frequencies.</ li >
402- < li > Set these frequencies in the customer form < em > Invoicing </ em > tab.</ li >
402+ < li > Set these frequencies in the customer form < em > Sales </ em > tab.</ li >
403403< li > When a sale is created, the Invoicing frequency of the field
404404< tt class ="docutils literal "> partner_id</ tt > is propagated.</ li >
405405< li > An user can change Invoicing frequency on sales and customers if has
Original file line number Diff line number Diff line change 77 <field name =" model" >res.partner</field >
88 <field name =" inherit_id" ref =" account.view_partner_property_form" />
99 <field name =" arch" type =" xml" >
10- <xpath
11- expr =" //group[@id='invoice_send_settings']/field[@name='invoice_sending_method']"
12- position =" before"
13- >
14- <field name =" invoice_frequency_id" options =" {'no_create': True}" />
10+ <xpath expr =" //group[@name='sale']" position =" inside" >
11+ <field
12+ name =" invoice_frequency_id"
13+ options =" {'no_create': True}"
14+ groups =" account.group_account_invoice"
15+ />
1516 </xpath >
1617 </field >
1718 </record >
You can’t perform that action at this time.
0 commit comments