Commit Graph

70 Commits

Author SHA1 Message Date
sbejaoui
b979a4a342 [IMP] - Make recurrence mechanism on contract line
Make recurrence mechanism on contract line and some other refactoring

[FIX] - Keep contract_cron on account_analytic_account model

contract_cron defined with no_update option.
Changing it, will cause issue to past version installation.

[IMP] - Fix recurring_next_date default value

recurring_next_date should have start_date as default value in prepaid policy
and start_date + invoicing_interval if postpaid

[FIX] - Fix test check no journal

[IMP] - Return created invoices on recurring_create_invoice

[IMP] - Specific process to compute recurring_next_date for  monthly-last-day

fixes: #198

[ADD] - Add Post-migration script to bring recurrence info from contract to contract lines

[ADD] - Add search filter based on date_end and recurring_next_date

 - not_finished filter in contract search view
 - finished filter in contract search view
 - Next Invoice group by in contract search view

[ADD] - Add unit tests

- cases to compute first recurring next date
- contract recurring_next_date
- contract date_end

[IMP] - Improve Unit tests
2019-09-14 14:34:02 +02:00
Jordi Ballester Alomar
0b0ba917f0 [FIX] Errors in navigation to customer invoices / vendor bills 2019-05-29 10:30:07 +02:00
sbejaoui
12ac4e1d8b [MIG] contract: Migration to 12.0 2018-10-27 17:35:24 +02:00
mreficent
669249ad35 [IMP] Make sure it works for sale and purchase contracts 2018-10-27 17:35:24 +02:00
Stefan Becker
3cc3c00452 [IMP] Add type to analytic account / contract 2018-10-27 17:35:24 +02:00
Pedro M. Baeza
9a9e35ac91 [IMP] contract: Automatic prices for lines 2018-10-27 17:35:24 +02:00
Carlos Dauden
620cbd06a4 [IMP+FIX] contract: Several things:
* [IMP] Add computed dates from/to period invoiced (#140)
* [IMP] Improve partner contract smartbutton
* [FIX] Onchange contract template raise error
* [FIX] Invalid pricelist name
2018-10-27 17:35:24 +02:00
Pedro M. Baeza
cb146a3aef [FIX+IMP] contract: Real fix to company_id missing + improvements
* company_id was empty because an onchange, not inheritance nor visibility
* Added multi-company group to company_id fields
* Added multi-company access rule to contract templates
* Fix double %% in XML dates that was causing an error
* When creating a contract, recurring_invoices is set by default
2018-10-27 17:35:24 +02:00
Gustavo Orozco H
fc66a6379a [10.0][FIX] Correct domain attribute in field journal_id (#120)
* Correct domain attribute in field journal_id

Original domain includes unknown value company_id. Throws error when selecting the journal.

* Corregidos errores detectados por Lint

* Refactoring, DRY

* [FIX] Add missing field company_id to account_analytic_contract

* Small refactoring for company_id field
2018-10-27 17:35:24 +02:00
Pedro M. Baeza
9c3bf1cb03 [10.0][FIX+IMP] contract: Improve usability and don't fail on wrong data (#130)
* [FIX+IMP] contract: Improve usability and don't fail on wrong data

* Cron create invoices masked for avoiding silent errors
* New constraints for assuring data consistency
* UI helps for entering consistent data
* Spanish translation
* Remove double company_id field on form
2018-10-27 17:35:24 +02:00
Pedro M. Baeza
a750d06b4a [IMP] contract: Menu position 2018-10-27 17:35:24 +02:00
Pedro Castro Silva
2bb7d9d73d [IMP] contract: Add display sequence on contract lines (#119) 2018-10-27 17:35:24 +02:00
Carlos Dauden
684fda7613 [IMP] contract: Module contract improvements (#107) 2018-10-27 17:35:24 +02:00
Pedro M. Baeza
fccb967ada [FIX] contract: fix views assignment + improvement on tests + copyright in headers
**Be totally deterministic about which views to use**

Having a primary view that is not explicitly declared to be uses and w/o priority
makes Odoo to choose between one of them randomly (well, not exactly, but kind of),
so we put here which views to use.

I have also put tree view as primary and put a large priority for not being
selected on other actions that don't have this explicit views.

A friendly name in views is also assigned.

**Improvements in tests**

* Use SavepointCase for making the setup only once for all tests
* Make them inheritable, creating a base class with only the setup,
  so that it can be inherited without the need of executing all tests
  contained here each time you inherit it, and adding other class
  in the same module that inherits from the base class that actually
  performs the tests.
* Removed duplicated test method
2018-10-27 17:34:35 +02:00
cubells
629c224638 [IMP][10.0] contract: Add report + send by mail (#86)
* [IMP][9.0] contract: Add report + send by mail

* Update translation and rename contract report

* Changes requested and translation updated
2018-10-27 17:34:03 +02:00
Andrea
81c8b9a8a8 Add 'Date of Next Invoice' in contract list view 2018-10-27 17:34:03 +02:00
Dave Lasley
dcf3ff0877 [IMP][10.0] contract: Add templating (#42)
Add template functionality for contracts
2018-10-27 17:34:03 +02:00
Pedro M. Baeza
37d2f3d611 [MIG] contract: Migration to version 10.0 2018-10-27 17:34:03 +02:00
Carlos Dauden
a22ce7bc9e [IMP] contract: Add past receipt type. Fix yearly. Add month last day 2018-10-27 17:34:03 +02:00
Carlos Incaser
ea71777cba [MIG] contract: from v7 to v9 improving features
* Tests added
* Filters added.
* Add _id/_ids in old property fields
* Translations
2018-10-27 17:32:59 +02:00