Commit Graph

436 Commits (81f53784c9347aad48cb0ece7faa9610b583d883)

Author SHA1 Message Date
OCA-git-bot d9595e3960 [UPD] README.rst 2020-04-08 17:25:47 +00:00
oca-travis 36e120d74a [UPD] Update base_search_fuzzy.pot 2020-04-08 17:20:21 +00:00
OCA-git-bot ee435aff3f Merge PR #1773 into 13.0
Signed-off-by pedrobaeza
2020-04-08 17:12:09 +00:00
Ernesto Tejeda eb6d32f4a2 [MIG] base_search_fuzzy: Migration to 13.0 2020-04-08 13:04:50 -04:00
Andrea e9bd969dff [13.0][ADD] base_changeset 2020-04-08 08:50:17 +02:00
oca-travis 55fb171571 [UPD] Update partner_changeset.pot 2020-04-08 08:49:35 +02:00
Stéphane Bidoul (ACSONE) f3b0bad900 remove obsolete .pot files [ci skip] 2020-04-08 08:49:35 +02:00
David b612adfd36 [FIX] partner-contact CI interactions 2020-04-08 08:49:35 +02:00
OCA Transbot fe268d59da OCA Transbot updated translations from Transifex 2020-04-08 08:49:35 +02:00
Yannick Vaucher a303512681 Adapt tests to play nicely with other module tests 2020-04-08 08:49:35 +02:00
OCA Transbot d192bcf3da OCA Transbot updated translations from Transifex 2020-04-08 08:49:35 +02:00
Damien Crier adb662d4ef fix after review
fix demo data for tests on other module to pass
2020-04-08 08:49:35 +02:00
Yannick Vaucher c7f3b94037 [MIG] partner_changeset: Migrated to 10.0 2020-04-08 08:49:35 +02:00
OCA Transbot b41944685a OCA Transbot updated translations from Transifex 2020-04-08 08:49:35 +02:00
Denis Leemann bbdbcdd27d Port to V9
Add changes from previous port

fix menu

fix _compute from previous import & tests
2020-04-08 08:49:35 +02:00
Stéphane Bidoul (ACSONE) 1f10d552f7 remove en.po that was erroneously created by transbot 2020-04-08 08:49:35 +02:00
OCA Transbot 06395fedb4 OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
2020-04-08 08:49:35 +02:00
Guewen Baconnier 4f590d9537 Rename addon according to the new term: partner_changeset
Add translations

Add test coverage for caching of changeset rules

Add unique constraint (model_id, field_id) on rules

Add rules in demo data

Put the security groups links in noupdate

Put keep the groups in a noupdate=0 section so the records in ir.model.data
will still be modifiable by other modules.

Store the source of a changeset

Differentiate rules according to their origin

Rules are applied also for manual edition

Action is required

Do not keep recordsets in ormcache

Because they would be unreadable as soon as the cursor is closed.
Instead, we keep only the id and the record is browsed for every new
environment.

Remove useless 'model_id' on changeset rules

model_id has been removed

Remove reference to the model_name on rules

Because the model has been removed earlier (dead code)

Fix issue when applying empty many2one

Do not create changesets on moved contacts

As we just created the contact with a 'copy' we don't want to have a
changeset for the initialization values

Update translations

Use a selection widget on source model

Adapt for inclusion in OCA

Rename 'Pending Changesets' to 'Changes'

It's shorter

Add screenshots

Do not create a changeset when both sides are empty

But have a different type (e.g. False and '')
2020-04-08 08:49:35 +02:00
Ivan 192beeef25
[MIG] sentry: Migration to 13.0 2020-04-07 16:41:13 +05:00
Akim Juillerat fabcc14588 fixup! Fixes and ROADMAP 2020-04-06 17:57:53 +02:00
Luis González 04f83bce85 [IMP] company_country: Fix and improve README and error messages
Error messages and module description are improved to be more verbose,
and some typos are fixed.
2020-04-05 17:31:13 +00:00
Luis González [Vauxoo] 837369b780 [IMP] company_country: Don't create DB table for model (#1791)
That model is intended only to set config and has no fields, so there is
no need for creating a DB table for it. This is achieved by switching
the model type from transient to abstract.
2020-04-05 17:28:27 +00:00
Luis González [Vauxoo] 8e0d78ea80 [FIX] company_country: Don't fail if account is already installed (#1786)
* [FIX] company_country: Don't fail if account is already installed

When `company_country` is installed, it performs the following:
- Look for the `COUNTRY` environment variable
- If not found, look for a `l10n_*` module that is about to be installed
- If not found, raise an exception

However, If the account module is installed, it shouldn't fail even if
the environment variable is not defined, because changing the
company's country will have no effect anyway, as the account hook was
already run and an `l10n` module was already been installed.

This commit fixes the above by skipping the process if the `account`
module is installed, and print an informative message to the log.

* Update __manifest__.py

Co-authored-by: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>
2020-04-05 17:28:09 +00:00
Akim Juillerat 8e2c16c079 Fixes and ROADMAP 2020-04-03 12:30:14 +02:00
Akim Juillerat ccab50ed20 fixup! fixup! Adapt module to v13.0 and new usage 2020-04-01 13:08:56 +02:00
Akim Juillerat 09206fb73e Adapt test module 2020-04-01 11:16:57 +02:00
Laurent Mignong (ACSONE) 9fcaf2db9e Import files from Acsone 2020-04-01 10:41:20 +02:00
Akim Juillerat feb22fa0af Create module test_base_time_window 2020-04-01 10:41:11 +02:00
Akim Juillerat 3200d01c68 fixup! Adapt module to v13.0 and new usage 2020-04-01 10:37:22 +02:00
Akim Juillerat a092285f77 Adapt module to v13.0 and new usage 2020-03-31 17:54:17 +02:00
Laurent Mignong (ACSONE) 2db6aaec15 Import files from Acsone 2020-03-30 15:53:04 +02:00
Akim Juillerat 681dfd1578 Create module base_time_window 2020-03-30 15:42:10 +02:00
OCA Transbot dfddcba2bb Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-13.0/server-tools-13.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-13-0/server-tools-13-0-auditlog/
2020-03-29 06:07:14 +00:00
OCA-git-bot a083843210 [UPD] README.rst 2020-03-29 06:07:02 +00:00
Ernesto Tejeda c6eab6662a [IMP] base_search_fuzzy: black, isort 2020-03-25 17:09:14 -04:00
黎伟杰 92b671d9d4 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (19 of 19 strings)

Translation: server-tools-12.0/server-tools-12.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_search_fuzzy/zh_CN/
2020-03-25 17:01:13 -04:00
Rodrigo Macedo d0f6fb541e Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (19 of 19 strings)

Translation: server-tools-12.0/server-tools-12.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_search_fuzzy/pt_BR/
2020-03-25 17:01:13 -04:00
Pedro Castro Silva fe68300ba3 Translated using Weblate (Portuguese)
Currently translated at 94.7% (18 of 19 strings)

Translation: server-tools-12.0/server-tools-12.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_search_fuzzy/pt/
2020-03-25 17:01:13 -04:00
OCA-git-bot 6142276d6c [UPD] README.rst 2020-03-25 17:01:13 -04:00
OCA-git-bot 1e75ae1831 [ADD] icon.png 2020-03-25 17:01:13 -04:00
OCA Transbot 810d419238 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-12.0/server-tools-12.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_search_fuzzy/
2020-03-25 17:01:13 -04:00
oca-travis 51ab16d1c9 [UPD] Update base_search_fuzzy.pot 2020-03-25 17:01:13 -04:00
ernesto 7bfb1601f2 [MIG] base_search_fuzzy: Migration to 12.0 2020-03-25 17:01:13 -04:00
oca-travis d4055c82fd [UPD] Update base_search_fuzzy.pot 2020-03-25 17:01:13 -04:00
OCA Git Bot f0e5a8c438 [UPD] README.rst 2020-03-25 17:01:13 -04:00
cubells 09792c9f82 [MIG] base_search_fuzzy: Migration to 11.0 2020-03-25 17:01:13 -04:00
OCA Transbot c028018b39 OCA Transbot updated translations from Transifex 2020-03-25 17:01:13 -04:00
Graeme Gellatly f7d9ef0982 [FIX] Typos 2020-03-25 17:01:13 -04:00
OCA Transbot 5abb92a5a1 OCA Transbot updated translations from Transifex 2020-03-25 17:01:13 -04:00
Dave Lasley 45e72bd3b8 [MIG] base_search_fuzzy: Upgrade to v10
* Rename manifest
* Update openerp references to odoo
* Bump version
* Upgrade api usages
2020-03-25 17:01:13 -04:00