[MIG] tracking_manager: Migration to 16.0
parent
2537eacd94
commit
b33e39f41c
|
@ -36,20 +36,19 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
|
||||
include: "database_cleanup"
|
||||
include: "database_cleanup,tracking_manager"
|
||||
makepot: "true"
|
||||
name: test with Odoo
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
|
||||
include: "database_cleanup"
|
||||
include: "database_cleanup,tracking_manager"
|
||||
name: test with OCB
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
|
||||
exclude: "database_cleanup"
|
||||
exclude: "database_cleanup,tracking_manager"
|
||||
makepot: "true"
|
||||
name: test with Odoo
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
|
||||
exclude: "database_cleanup"
|
||||
exclude: "database_cleanup,tracking_manager"
|
||||
name: test with OCB
|
||||
makepot: "true"
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12.0
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../../../../tracking_manager
|
|
@ -0,0 +1,6 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
|
@ -7,7 +7,7 @@ Tracking Manager
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:13d96cd19605f36b67a3a22430566aed7a49ae0a8ed1ffc1ac63308a4a92a570
|
||||
!! source digest: sha256:53b3c1bfe2031ada04d6f0a2fc177a5a5b39e8aa9a5e150a5b01f7b83b6af0c5
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
@ -17,13 +17,13 @@ Tracking Manager
|
|||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/server-tools/tree/15.0/tracking_manager
|
||||
:target: https://github.com/OCA/server-tools/tree/16.0/tracking_manager
|
||||
:alt: OCA/server-tools
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-tracking_manager
|
||||
:target: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-tracking_manager
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
||||
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=15.0
|
||||
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0
|
||||
:alt: Try me on Runboat
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
@ -48,11 +48,11 @@ Usage
|
|||
- Select "Automatic configuration", and then set the domain accordingly.
|
||||
- Click "Update" for the domain to take effect.
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/OCA/server-tools/15.0/tracking_manager/static/description/model_view.png
|
||||
.. image:: https://raw.githubusercontent.com/OCA/server-tools/16.0/tracking_manager/static/description/model_view.png
|
||||
|
||||
- Then select the fields to track
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/OCA/server-tools/15.0/tracking_manager/static/description/fields.png
|
||||
.. image:: https://raw.githubusercontent.com/OCA/server-tools/16.0/tracking_manager/static/description/fields.png
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
@ -60,7 +60,7 @@ Bug Tracker
|
|||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20tracking_manager%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20tracking_manager%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Do not contact contributors directly about support or help with technical issues.
|
||||
|
||||
|
@ -102,6 +102,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
|||
|
||||
|maintainer-Kev-Roche| |maintainer-sebastienbeau|
|
||||
|
||||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/15.0/tracking_manager>`_ project on GitHub.
|
||||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/16.0/tracking_manager>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"name": "Tracking Manager",
|
||||
"summary": """This module tracks all fields of a model,
|
||||
including one2many and many2many ones.""",
|
||||
"version": "15.0.1.0.0",
|
||||
"version": "16.0.1.0.0",
|
||||
"category": "Tools",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"author": "Akretion, Odoo Community Association (OCA)",
|
||||
|
@ -18,6 +18,9 @@
|
|||
"base",
|
||||
"mail",
|
||||
],
|
||||
"external_dependencies": {
|
||||
"python": ["odoo_test_helper"],
|
||||
},
|
||||
"data": [
|
||||
"views/ir_model_fields.xml",
|
||||
"views/ir_model.xml",
|
||||
|
|
|
@ -200,5 +200,5 @@ class IrModelFields(models.Model):
|
|||
self.check_access_rights("write")
|
||||
custom_tracking = vals.pop("custom_tracking")
|
||||
self._write({"custom_tracking": custom_tracking})
|
||||
self.invalidate_cache(["custom_tracking"])
|
||||
self.invalidate_model(fnames=["custom_tracking"])
|
||||
return super().write(vals)
|
||||
|
|
|
@ -9,9 +9,9 @@ class MailThread(models.AbstractModel):
|
|||
_inherit = "mail.thread"
|
||||
|
||||
@tools.ormcache("self.env.uid", "self.env.su")
|
||||
def _get_tracked_fields(self):
|
||||
def _track_get_fields(self):
|
||||
fields_per_models = self.env["ir.model"]._get_custom_tracked_fields_per_model()
|
||||
if self._name in fields_per_models:
|
||||
return set(self.fields_get(fields_per_models[self._name]))
|
||||
else:
|
||||
return super()._get_tracked_fields()
|
||||
return super()._track_get_fields()
|
||||
|
|
|
@ -131,7 +131,7 @@ class Base(models.AbstractModel):
|
|||
record._tm_notify_owner("update", changes)
|
||||
data = self.env.cr.precommit.data.pop("tracking.manager.data", {})
|
||||
self._tm_post_message(data)
|
||||
self.flush()
|
||||
self.flush_model()
|
||||
|
||||
def _tm_track_create_unlink(self, mode):
|
||||
self.env.cr.precommit.add(self._tm_finalize_o2m_tracking)
|
||||
|
|
|
@ -367,9 +367,9 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:13d96cd19605f36b67a3a22430566aed7a49ae0a8ed1ffc1ac63308a4a92a570
|
||||
!! source digest: sha256:53b3c1bfe2031ada04d6f0a2fc177a5a5b39e8aa9a5e150a5b01f7b83b6af0c5
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/15.0/tracking_manager"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-tracking_manager"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/tracking_manager"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-tracking_manager"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows to track all fields on every model that has a chatter, including one2many and many2many ones. This excludes the computed, readonly, related fields by default.
|
||||
In addition, line changes of a one2many field can be tracked (e.g. product_uom_qty of an order_line in a sale order).</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
|
@ -397,18 +397,18 @@ In addition, line changes of a one2many field can be tracked (e.g. product_uom_q
|
|||
- Select “Automatic configuration”, and then set the domain accordingly.
|
||||
- Click “Update” for the domain to take effect.</li>
|
||||
</ul>
|
||||
<img alt="https://raw.githubusercontent.com/OCA/server-tools/15.0/tracking_manager/static/description/model_view.png" src="https://raw.githubusercontent.com/OCA/server-tools/15.0/tracking_manager/static/description/model_view.png" />
|
||||
<img alt="https://raw.githubusercontent.com/OCA/server-tools/16.0/tracking_manager/static/description/model_view.png" src="https://raw.githubusercontent.com/OCA/server-tools/16.0/tracking_manager/static/description/model_view.png" />
|
||||
<ul class="simple">
|
||||
<li>Then select the fields to track</li>
|
||||
</ul>
|
||||
<img alt="https://raw.githubusercontent.com/OCA/server-tools/15.0/tracking_manager/static/description/fields.png" src="https://raw.githubusercontent.com/OCA/server-tools/15.0/tracking_manager/static/description/fields.png" />
|
||||
<img alt="https://raw.githubusercontent.com/OCA/server-tools/16.0/tracking_manager/static/description/fields.png" src="https://raw.githubusercontent.com/OCA/server-tools/16.0/tracking_manager/static/description/fields.png" />
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||
<a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20tracking_manager%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20tracking_manager%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
|
@ -435,7 +435,7 @@ mission is to support the collaborative development of Odoo features and
|
|||
promote its widespread use.</p>
|
||||
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
|
||||
<p><a class="reference external image-reference" href="https://github.com/Kev-Roche"><img alt="Kev-Roche" src="https://github.com/Kev-Roche.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/sebastienbeau"><img alt="sebastienbeau" src="https://github.com/sebastienbeau.png?size=40px" /></a></p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/15.0/tracking_manager">OCA/server-tools</a> project on GitHub.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/16.0/tracking_manager">OCA/server-tools</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -16,7 +16,7 @@ class TestTrackingManager(TransactionCase):
|
|||
cls.loader.backup_registry()
|
||||
from .models import ResPartnerBank
|
||||
|
||||
cls.loader.update_registry([ResPartnerBank])
|
||||
cls.loader.update_registry((ResPartnerBank,))
|
||||
|
||||
cls.partner_categ_1, cls.partner_categ_2, cls.partner_categ_3 = cls.env[
|
||||
"res.partner.category"
|
||||
|
@ -74,7 +74,7 @@ class TestTrackingManager(TransactionCase):
|
|||
@classmethod
|
||||
def flush_tracking(cls):
|
||||
"""Force the creation of tracking values."""
|
||||
cls.env["base"].flush()
|
||||
cls.env["base"].flush_model()
|
||||
cls.env.cr.precommit.run()
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue