diff --git a/partner_changeset/README.rst b/partner_changeset/README.rst index aa923088b..8fe23d0b6 100644 --- a/partner_changeset/README.rst +++ b/partner_changeset/README.rst @@ -95,6 +95,7 @@ Custom source rules in your addon Addons wanting to create changeset with their own rules should pass the following keys in the context when they write on the partner: + * ``__changeset_rules_source_model``: name of the model which asks for the change * ``__changeset_rules_source_id``: id of the record which asks for the @@ -108,6 +109,18 @@ The source is used for the application of the rules, allowing to have a different rule for a different source. It is also stored on the changeset for information. +Screenshot: +----------- + +* Configuration of rules + + .. image:: partner_changeset/static/src/img/rules.png + +* Changeset waiting for validation + + .. image:: partner_changeset/static/src/img/changeset.png + + .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/134/8.0 diff --git a/partner_changeset/static/src/img/changeset.png b/partner_changeset/static/src/img/changeset.png new file mode 100644 index 000000000..c117da412 Binary files /dev/null and b/partner_changeset/static/src/img/changeset.png differ diff --git a/partner_changeset/static/src/img/rules.png b/partner_changeset/static/src/img/rules.png new file mode 100644 index 000000000..37b9626f0 Binary files /dev/null and b/partner_changeset/static/src/img/rules.png differ