Skip to content

Conversation

@bizzappdev
Copy link

Supersedes: #375

@bizzappdev bizzappdev marked this pull request as ready for review September 16, 2025 13:54
@bizzappdev
Copy link
Author

@agent-z28 Can you please review this

Comment on lines 1 to 7
from odoo.addons.base.tests.common import TransactionCase


class TestSaleDmsField(TransactionCase):
def setUp(self):
"""Inherited method to create records. #Issue-249"""
super(TestSaleDmsField, self).setUp()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from odoo.addons.base.tests.common import TransactionCase
class TestSaleDmsField(TransactionCase):
def setUp(self):
"""Inherited method to create records. #Issue-249"""
super(TestSaleDmsField, self).setUp()
from odoo.addons.base.tests.common import BaseCommon
class TestSaleDmsField(BaseCommon):
@classmethod
def setUpClass(cls):
super().setUpClass()

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- Created a DMS access group for sale. #Issue-249 -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!-- Created a DMS access group for sale. #Issue-249 -->
<!-- Created a DMS access group for sale. -->

Everything related to “#Issue-249” should be removed, as it adds nothing to the code.

@bizzappdev bizzappdev force-pushed the 16.0-sale_dms_field-BAD branch from 2eb302e to b9aec6e Compare September 17, 2025 05:09
Copy link
Member

@victoralmau victoralmau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review OK

Copy link
Member

@victoralmau victoralmau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review OK

@pedrobaeza pedrobaeza added this to the 16.0 milestone Sep 18, 2025
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 16.0-ocabot-merge-pr-445-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 7f36b64 into OCA:16.0 Sep 18, 2025
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 12e4672. Thanks a lot for contributing to OCA. ❤️

@bizzappdevteam bizzappdevteam deleted the 16.0-sale_dms_field-BAD branch November 5, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants