Commit Graph

8 Commits

Author SHA1 Message Date
Pedro M. Baeza
186fa09ada [FIX] account_credit_control_dunning_fees: Change currency by SQL
To avoid constraint.
2018-05-17 17:19:31 +02:00
Akim Juillerat
f9b4defee3 [MIG] account_credit_control_dunning_fees : Migration to 11.0 2018-02-21 12:14:54 +01:00
Akim Juillerat
28f3db739a [MIG] account_credit_control_dunning_fees: Migration to 10.0 2018-02-02 13:12:43 +01:00
Guewen Baconnier
bf87bcf2f8 Remove post_install and at_install instructions on tests
With that, the suite is run even when we update another module and that not
what we expect.

Remove the unused mako template

Include the fees in the open amount

Display the fees column before the open amount, it is more logical since it is
invoice amount + fees amount.

Update translation of account_credit_control_dunning_fees

Update translations, translate words of the report in German
2018-02-02 13:12:42 +01:00
Guewen Baconnier
da48baad91 Move account_credit_control_dunning_fees to root folder
Set account_credit_control_dunning_fees to installable

Extract the module description to README.rst

Port Dunning fees to the new API, activate the tests for 8.0

Add fees in the report

Use the new API instead of mocks for FixedFeesTester

It will be easier to write additional tests

Remove required on the currency and fallback to company's currency...

... on the policy level if it is empty.

Also, it fixes a bug when a credit line had no currency and the level
had the company's currency. As False is different than any currency,
it entered in res_currency.compute() with a False currency. It must
just fallback on the company's currency if the credit line's currency
is empty.
2018-02-02 13:12:42 +01:00
Nicolas Bessi
089b4846b4 [ADD] credit control dunning fees module
[ADD] docstring

[FIX] FeesComputer model specification to act as a abstract class without needing overriding

[IMP] fees column in report and mail

[FIX] dunning fees computer to register itself

[RM] unused import

[PEP8]

[IMP] module documentation

[ADD] dunniing fees translations

[FIX] name of level in tests

[TYPOS]

Set all addons to uninstallable

[ADD] credit control dunning fees module

[ADD] docstring

[FIX] FeesComputer model specification to act as a abstract class without needing overriding

[IMP] fees column in report and mail

[FIX] dunning fees computer to register itself

[RM] unused import

[PEP8]

[IMP] module documentation

[ADD] dunniing fees translations

[FIX] name of level in tests

[TYPOS]

Set all addons to uninstallable

Rename all addons to xxx_unported to be travis compliant

[ADD] credit control dunning fees module

[ADD] docstring

[FIX] FeesComputer model specification to act as a abstract class without needing overriding

[IMP] fees column in report and mail

[FIX] dunning fees computer to register itself

[RM] unused import

[PEP8]

[IMP] module documentation

[ADD] dunniing fees translations

[FIX] name of level in tests

[TYPOS]

Set all addons to uninstallable

Rename all addons to xxx_unported to be travis compliant

Revert "Rename all addons to xxx_unported to be travis compliant"

This reverts commit 7eb182744f.

[ADD] credit control dunning fees module

[ADD] docstring

[FIX] FeesComputer model specification to act as a abstract class without needing overriding

[IMP] fees column in report and mail

[FIX] dunning fees computer to register itself

[RM] unused import

[PEP8]

[IMP] module documentation

[ADD] dunniing fees translations

[FIX] name of level in tests

[TYPOS]

Set all addons to uninstallable

Rename all addons to xxx_unported to be travis compliant

Revert "Rename all addons to xxx_unported to be travis compliant"

This reverts commit 7eb182744f.

[FIX] move all unported addons into __unported__ folder instead of adding _unported suffix

[FIX] flake8 PEP8 for module account_credit_control_dunning_fees

[FIX] flake8 PEP8 for module account_credit_control_dunning_fees

[FIX] pep8 line length to 80, activate pep8 check in travis, and add noqa on scenario while waiting improvement of quality-tools

Add missing security on `credit.control.dunning.fees.computer`
2018-02-02 13:12:41 +01:00
Nicolas Bessi
44f33802cd [ADD] credit control dunning fees module
[ADD] docstring

[FIX] FeesComputer model specification to act as a abstract class without needing overriding

[IMP] fees column in report and mail

[FIX] dunning fees computer to register itself

[RM] unused import

[PEP8]

[IMP] module documentation

[ADD] dunniing fees translations

[FIX] name of level in tests

[TYPOS]

Set all addons to uninstallable

[ADD] credit control dunning fees module

[ADD] docstring

[FIX] FeesComputer model specification to act as a abstract class without needing overriding

[IMP] fees column in report and mail

[FIX] dunning fees computer to register itself

[RM] unused import

[PEP8]

[IMP] module documentation

[ADD] dunniing fees translations

[FIX] name of level in tests

[TYPOS]

Set all addons to uninstallable

Rename all addons to xxx_unported to be travis compliant
2018-02-02 13:12:38 +01:00
Nicolas Bessi
6c026d2e33 # This is a combination of 12 commits.
# The first commit's message is:
[ADD] credit control dunning fees module

# This is the 2nd commit message:

[ADD] docstring

# This is the 3rd commit message:

[FIX] FeesComputer model specification to act as a abstract class without needing overriding

# This is the 4th commit message:

[IMP] fees column in report and mail

# This is the 5th commit message:

[FIX] dunning fees computer to register itself

# This is the 6th commit message:

[RM] unused import

# This is the 7th commit message:

[PEP8]

# This is the 8th commit message:

[IMP] module documentation

# This is the 9th commit message:

[ADD] dunniing fees translations

# This is the 10th commit message:

[FIX] name of level in tests

# This is the 11th commit message:

[TYPOS]

# This is the 12th commit message:

Set all addons to uninstallable
2018-02-02 13:09:39 +01:00