OCA Transbot
093032b682
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_asset_management/
2021-10-31 19:16:06 +00:00
OCA-git-bot
5fc63cac3d
account_asset_management 14.0.2.4.0
2021-10-31 19:15:44 +00:00
oca-travis
c3f42ea937
[UPD] Update account_asset_management.pot
2021-10-31 19:00:56 +00:00
Alexis de Lattre
1ac6afe15d
account_asset_management: improve and cleanup views
2021-10-31 19:47:20 +01:00
OCA-git-bot
acae57247a
account_asset_management 14.0.2.3.0
2021-10-07 12:44:01 +00:00
Kitti U
6daea295b6
[14.0][FIX] account_asset_management, error create bill by purchase user
2021-10-07 19:09:28 +07:00
OCA Transbot
49b0df449e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_asset_management/
2021-10-01 05:47:17 +00:00
OCA-git-bot
7e8eca5fd4
account_asset_management 14.0.2.2.3
2021-10-01 05:46:54 +00:00
oca-travis
e46b279c7b
[UPD] Update account_asset_management.pot
2021-10-01 05:32:19 +00:00
OCA-git-bot
3a0700941a
Merge PR #1238 into 14.0
...
Signed-off-by kittiu
2021-10-01 05:04:16 +00:00
OCA-git-bot
b48ae18366
account_asset_management 14.0.2.2.2
2021-09-28 16:33:39 +00:00
OCA-git-bot
9a64c52e79
Merge PR #1230 into 14.0
...
Signed-off-by kittiu
2021-09-28 16:21:42 +00:00
Kitti U
cdc7660710
[14.0][FIX] account_asset_management, singleton error on asset_count
2021-09-28 10:28:10 +07:00
OCA-git-bot
d79ec94937
account_asset_management 14.0.2.2.1
2021-09-20 14:01:27 +00:00
Kitti U
1026b91b1a
[14.0][FIX] account_asset_management, fix multi currency
2021-09-19 22:15:24 +07:00
OCA-git-bot
c3a4bfc10a
account_asset_management 14.0.2.2.0
2021-09-17 10:44:37 +00:00
mreficent
396c27cebe
[IMP] account_asset_management: hook for asset vals
2021-09-16 15:41:12 +02:00
ps-tubtim
01e2ff0914
[ENH] account_asset_management: Add purchase value in asset report
2021-09-15 23:05:40 +07:00
Kitti U
1da7e5fc04
[14.0][FIX] account_asset_management, error on remove for asset no depre
2021-09-07 16:47:37 +07:00
OCA Transbot
b16eec1ab5
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_asset_management/
2021-08-30 07:56:05 +00:00
OCA-git-bot
fc41caae0c
account_asset_management 14.0.2.1.0
2021-08-30 07:55:49 +00:00
OCA-git-bot
4862cd0ab8
[UPD] README.rst
2021-08-30 07:55:49 +00:00
oca-travis
ddbc87232e
[UPD] Update account_asset_management.pot
2021-08-30 07:42:39 +00:00
ps-tubtim
8de035bcab
[FIX] account_asset_management: fix _check_dates
2021-08-19 02:25:08 +07:00
ps-tubtim
35e8d092c2
[14.0][FIX] account_asset_management: pre-commit
2021-08-16 13:49:03 +07:00
Mateu Griful
756d70b971
[13.0][account_asset_management] propose account when user chooses
2021-08-16 13:49:03 +07:00
Jordi Ballester
32b9e1e8a4
[13.0][account_asset_management] propose account when user chooses
2021-08-16 13:49:03 +07:00
Jordi Ballester
af74e459e6
[13.0][account_asset_management] button to navigate from the vendor bill
...
to the asset.
2021-08-16 13:49:03 +07:00
Jordi Ballester
cde49822f3
[13.0][fix][account_asset_management] display only accounts associated
...
to the current company.
2021-08-16 13:49:03 +07:00
OCA-git-bot
2befb1bd93
account_asset_management 14.0.2.0.3
2021-08-12 13:58:55 +00:00
OCA-git-bot
3aa6aae116
Merge PR #1224 into 14.0
...
Signed-off-by pedrobaeza
2021-08-12 13:28:50 +00:00
Jairo Llopis
274f328ab4
[FIX] account_asset_management: make asset company match move's
...
To start, the context `company_id` is no longer used in v14. Instead, we use `with_company`.
OTOH, it doesn't make much sense because in case you have several companies enabled in your context, not necessarily your main one is gonna be the one that should be used for the asset. Instead, it should be the move company always, or consistency rules will fail.
Altered forward port of https://github.com/OCA/account-financial-tools/pull/1223 .
@Tecnativa TT31311
2021-08-12 13:31:37 +01:00
Pedro M. Baeza
7782697653
[FIX] account_asset_management: Don't put asset name as entry name
...
This can provoke an error due to duplicated entry name.
Remaining of the migration to version 13.0, and similar to
b7637cbe45 (diff-5318cd3560cdb2d23d2889fe39c5b71745c140810b20f64f0c9aa5b24b8b602bL206)
2021-08-11 20:45:40 +02:00
OCA-git-bot
9e4d889c24
account_asset_management 14.0.2.0.1
2021-07-15 08:31:27 +00:00
OCA-git-bot
0c3cea91ac
Merge PR #1184 into 14.0
...
Signed-off-by kittiu
2021-07-15 08:02:17 +00:00
Yves Le Doeuff
008686ee1f
Translated using Weblate (French)
...
Currently translated at 99.0% (218 of 220 strings)
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_asset_management/fr/
2021-05-26 12:47:47 +00:00
Saran440
793f09aaab
[FIX] calculate days when remove asset
2021-05-17 10:19:29 +02:00
OCA Transbot
bdcba2c3e5
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_asset_management/
2021-05-14 12:42:22 +00:00
OCA-git-bot
35514722be
account_asset_management 14.0.2.0.0
2021-05-14 12:42:05 +00:00
oca-travis
f11ac6968e
[UPD] Update account_asset_management.pot
2021-05-14 12:28:06 +00:00
mreficent
a8871debf4
[FIX] account_asset_management: create asset using Form
...
This way, the computes are computed as expected.
2021-05-11 18:03:15 +02:00
mreficent
a4bedab0df
[FIX] account_asset_management: include 'number' method_time
2021-05-11 18:03:15 +02:00
João Marques
5e0215d678
[IMP] account_asset_management: Add analytic tags and propagate
...
TT28974
2021-05-11 17:19:05 +02:00
Víctor Martínez
3dc3c6f1d7
[FIX] account_asset_management: Prevent create lines with init=True when account_lock_date_update addon is installed and lock date defined
2021-05-11 15:03:06 +02:00
OCA-git-bot
ed15c9552a
account_asset_management 14.0.1.2.0
2021-05-04 16:23:17 +00:00
JordiMForgeFlow
4028979594
[13.0][IMP]account_asset_management: add optional attribute for added columns in invoice lines
2021-05-04 16:22:22 +02:00
JordiMForgeFlow
c49f6f2d52
[13.0][FIX]account_asset_management: use column_invisible for fields inside a tree of a o2m field
2021-05-04 16:21:12 +02:00
OCA-git-bot
4b7655dea0
account_asset_management 14.0.1.1.1
2021-05-03 06:34:19 +00:00
Víctor Martínez
bf56a67016
[FIX] account_asset_management: Fix error according to _name_search in group when try to set groups in profile
2021-05-03 08:15:12 +02:00
Víctor Martínez
30877b9a92
[FIX] account_asset_management: Fix error from group_ids in asset when set profile_id
2021-04-30 11:36:21 +02:00