Commit Graph

9 Commits

Author SHA1 Message Date
Emilio Pascual
c702095105 [IMP] field vies_passed is synced from parent to childs
- When parent partner is updated whit vies passed, all childs are updated.
- Process added to update partners after check vies is activated.
- Delete unnecesary external dependency

Co-authored-by: Jairo Llopis <973709+yajo@users.noreply.github.com>
2023-07-24 16:20:59 +02:00
Luis González
bb8fb00c8e [FIX] account_journal_general_sequence: remove freezegun from dependencies
Starting from v14, the library is installed by native Odoo's
requirements.txt [1]. Even if it were not, the library is only used in
tests, hence should not be installed in production environments.

[1] https://github.com/odoo/odoo/blob/1a264d7d9093/requirements.txt#L7
2023-04-20 15:27:13 +00:00
Luis González
c395d1bf3b [FIX] account_asset_management: remove python-dateutil from depends
Such dependency is already included in Odoo requirements using a pinned
version [1]. Adding here could cause to upgrade the library to an
incompatible version.

[1] https://github.com/odoo/odoo/blob/1a264d7d9093/requirements.txt#L45
2023-04-20 15:23:00 +00:00
Alessandro Uffreduzzi
f4478fca81 [14.0][IMP] account_loan: remove numpy from explicit requirements 2023-03-08 23:42:44 +01:00
Enric Tobella
0404ce39d2 [FIX] account_loan 2023-03-01 16:49:22 +01:00
Jairo Llopis
d25f4c8dbc [ADD] account_journal_general_sequence: account move entry sequence
Under some legislations, account moves must follow a single sequence. Since Odoo removed this sequence number in recent versions, this information was lost.

With this module, you can force your account moves to follow a separate sequence. The sequence is automatic when a move is posted. Includes a wizard to reorder those numbers in the sequence.

@moduon MT-676
2022-06-01 08:29:07 +01:00
aromera
62c7abcf32 [MIG] account_loan: Migration to 14.0 2022-01-17 16:47:16 +01:00
Usdoo Wedoo
e6fa9042ab [MIG] base_vat_optional_vies: Migration to 14.0 2021-07-21 14:59:09 -05:00
João Marques
a88ea6e7bf [MIG] account_asset_management: Migration to v14
TT26410
2021-01-14 07:53:25 +00:00