Pedro M. Baeza
a28a892926
[FIX] contract_invoice_merge_by_partner: Fix merge method
9 years ago
Daniel Reis
e488a87eba
Improvements on the implementation
9 years ago
Carlos Incaser
006f253df4
[NEW] contract_invoice_merge_by_partner: New module
9 years ago
OCA Transbot
53cb963fec
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
66191f738f
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
50acb69fd2
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
25b3b60dcc
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
c2e528c823
[UPD] addons table in README.md
9 years ago
Stéphane Bidoul (ACSONE)
653a891a3f
[IMP] contract_show_invoice: more lightweight solution ( #31 )
[IMP] contract_show_invoice: more lightweight solution
In order to implement the button, it's not necessary to have
a heavy stored computed field. So I propose to remove it.
9 years ago
Javi Melendez
560d199091
[FIX] contract_payment_mode: get bank account from partner ( #30 )
in recurring invoice
9 years ago
OCA Git Bot
26fb9db6f0
[ADD] setup.py
9 years ago
OCA Transbot
8465cb1ad4
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
3c707c9530
[UPD] addons table in README.md
9 years ago
Pedro M. Baeza
a5d92145e4
[FIX] contract_recurring_invoicing_marker: Incorrect default date format
9 years ago
Pedro M. Baeza
7ae3a5e6aa
[IMP] contract_recurring_invoicing_marker: Better inherability
9 years ago
Pedro M. Baeza
90845227f6
[FIX] contract_recurring_invoicing_marker: License key
9 years ago
Pedro M. Baeza
b48db25c3b
[IMP] contract_recurring_invoicing_marker: Add more tests
9 years ago
Pedro M. Baeza
5633de60a7
[FIX] contract_recurring_invoicing_marker: Avoid empty date format
9 years ago
Pedro M. Baeza
58ea478424
[IMP] contract_recurring_invoicing_marker: Spanish translation
9 years ago
Pedro M. Baeza
76c3bf060d
[ADD] contract_recurring_invoicing_markers
=======================================
Markers for contract recurring invoices
=======================================
This module allows to include some markers on the lines of your recurring
invoices definition inside the contract so that the generated invoice lines
will contain a dynamic text depending on these markers.
These markers are the supported ones:
* #START#: Start date of the invoiced period.
* #END# End date of the invoiced period.
Usage
=====
On a contract (*Sales > Sales > Contracts*), mark "Generate recurring invoices
automatically" for enabling the creation of recurring invoices.
In the "Invoice Lines" section, you can add lines with products. In the
*Description* field, you can now add any of the markers mentioned before
between the rest of the text.
When you invoice this contract (automatically or manually), your invoice
will contain the corresponding text that replaces the marker.
Known issues / Roadmap
======================
* Add more markers, like #START_MONTH# or #END_MONTH#.
9 years ago
Antonio Espinosa
57a282ee04
Adding test
9 years ago
Antonio Espinosa
266051882b
[IMP] Copy partner payment mode to contracts when installing
9 years ago
Rafael Blasco
656614400a
Merge pull request #2 from Tecnativa/rafaelbn-readme-addusageinfo
Add more detailed info in usage section
8 years ago
Rafael Blasco
b2c18a3243
Update README.rst
8 years ago
Rafael Blasco
65ad90d401
Add more detailed info in usage section
Add more detailed info in usage section
8 years ago
Pedro M. Baeza
b1d1b3200d
[FIX] contract_invoice_merge_by_partner: Fix merge method
9 years ago
Pedro M. Baeza
09e4c65db4
Merge pull request #1 from dreispt/patch-1
Improvements on the implementation
9 years ago
OCA Transbot
ccbdf42425
OCA Transbot updated translations from Transifex
9 years ago
Daniel Reis
26f984a773
Fix unlink, >1 filter and lines too long
9 years ago
Daniel Reis
85942a1add
Fixed for loop and mass unlink
9 years ago
Daniel Reis
c3bdff329b
Improvements on the implementation
9 years ago
Carlos Incaser
7a3b4df8e1
[IMP] contract_invoice_merge_by_partner: Add account-invoicing to OCA dependences
9 years ago
Carlos Incaser
fca5121964
[IMP] contract_invoice_merge_by_partner: Field contract_invoice_merge in partner
9 years ago
Carlos Incaser
2a34a8cbc7
[FIX] contract_invoice_merge_by_partner: Minor fix
9 years ago
Carlos Incaser
c273694bbd
[IMP] contract_invoice_merge_by_partner: Tests and improvements.
9 years ago
Carlos Incaser
b447d7fcd6
[NEW] contract_invoice_merge_by_partner: New module
9 years ago
OCA Transbot
a86be52085
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
0fd4b35e4f
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
39320589a4
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
5a2d459055
[UPD] addons table in README.md
9 years ago
Stéphane Bidoul (ACSONE)
cae70abe8d
[IMP] contract_show_invoice: more lightweight solution ( #31 )
[IMP] contract_show_invoice: more lightweight solution
In order to implement the button, it's not necessary to have
a heavy stored computed field. So I propose to remove it.
9 years ago
Javi Melendez
d8d3c765e6
[FIX] contract_payment_mode: get bank account from partner ( #30 )
in recurring invoice
9 years ago
OCA Git Bot
c52f002e0d
[ADD] setup.py
9 years ago
OCA Transbot
a952382ff5
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
cc37901df6
[UPD] addons table in README.md
9 years ago
Pedro M. Baeza
6b5bd6071c
Merge pull request #24 from pedrobaeza/8.0-contract_recurring_invoicing_marker
[ADD] contract_recurring_invoicing_marker
9 years ago
Pedro M. Baeza
f43d6f8a97
[FIX] contract_recurring_invoicing_marker: Incorrect default date format
9 years ago
Pedro M. Baeza
c88004781c
Merge pull request #22 from Antiun/imp-contract_payment_init_hook
[8.0][IMP][contract_payment_mode] Copy partner payment mode to contracts when installing
9 years ago
Antonio Espinosa
c73cb11614
Adding test
9 years ago
Pedro M. Baeza
7df454bc6a
[IMP] contract_recurring_invoicing_marker: Better inherability
9 years ago