Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
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
auditlog Update translation files 2020-03-29 06:07:14 +00:00
base_cron_exclusion pre-commit update 2020-03-14 12:24:57 +01:00
base_jsonify pre-commit update 2020-03-14 12:24:57 +01:00
base_m2m_custom_field [UPD] README.rst 2020-03-29 06:07:02 +00:00
company_country pre-commit update 2020-03-14 12:24:57 +01:00
onchange_helper [UPD] README.rst 2020-01-06 09:46:32 +00:00
partner_changeset Rename addon according to the new term: partner_changeset 2020-04-08 08:49:35 +02:00
setup [ADD] setup.py 2020-03-25 10:44:55 +00:00
.editorconfig pre-commit update 2020-03-14 12:24:57 +01:00
.eslintrc.yml pre-commit update 2020-03-14 12:24:57 +01:00
.flake8 pre-commit, black, isort [ci skip] 2019-10-12 12:29:44 +02:00
.gitignore [MIG] Add metafiles 2019-09-29 23:47:44 +02:00
.isort.cfg pre-commit update 2020-03-14 12:24:57 +01:00
.pre-commit-config.yaml pre-commit update 2020-03-14 12:24:57 +01:00
.prettierrc.yml pre-commit update 2020-03-14 12:24:57 +01:00
.pylintrc pre-commit, black, isort [ci skip] 2019-10-12 12:29:44 +02:00
.pylintrc-mandatory pre-commit, black, isort [ci skip] 2019-10-12 12:29:44 +02:00
.travis.yml pre-commit update 2020-03-14 12:24:57 +01:00
LICENSE pre-commit, black, isort [ci skip] 2019-10-12 12:29:44 +02:00
README.md [MIG] Add metafiles 2019-09-29 23:47:44 +02:00

README.md

Runbot Status Build Status Coverage Status Code Climate

Server Environment And Tools

This project aim to deal with modules related to manage Odoo server environment and provide useful tools. You'll find modules that:

  • Manage configuration depending on environment (devs, test, prod,..)
  • Keep the security on update
  • Manage email settings

Contributing

Do you want to contribute? Please read our contributing guidelines.

Translation Status

Translation status