Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REF] pos: use action for opening res_partner form #162384

Closed

Conversation

vlst-odoo
Copy link
Contributor

We have recently replaced the custom form for editing res_partner records that was used in pos with the default view component from web. ( commit 2c068a7 )

In this commmit we simplify the code by using an action for this purpose, instead of using the dialog service.


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@robodoo
Copy link
Contributor

robodoo commented Apr 18, 2024

@C3POdoo C3POdoo requested review from a team, caburj, rco-odoo and ryv-odoo and removed request for a team April 18, 2024 10:12
We have recently replaced the custom form for editing res_partner
records that was used in pos with the default `view` component from web.
( commit 2c068a7 )

In this commmit we simplify the code by using an action for this
purpose, instead of using the dialog service.
@vlst-odoo vlst-odoo force-pushed the master-pos_ref_partner_editor-vlst branch from 2861e47 to 1fe189e Compare April 18, 2024 10:49
@C3POdoo C3POdoo added the RD research & development, internal work label Apr 18, 2024
@caburj
Copy link
Contributor

caburj commented Apr 18, 2024

robodoo r+

robodoo pushed a commit that referenced this pull request Apr 18, 2024
We have recently replaced the custom form for editing res_partner
records that was used in pos with the default `view` component from web.
( commit 2c068a7 )

In this commmit we simplify the code by using an action for this
purpose, instead of using the dialog service.

closes #162384

Related: odoo/enterprise#61020
Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
@robodoo robodoo closed this Apr 18, 2024
@robodoo robodoo added the 17.3 label Apr 18, 2024
muab-odoo pushed a commit to odoo-dev/odoo that referenced this pull request Apr 19, 2024
We have recently replaced the custom form for editing res_partner
records that was used in pos with the default `view` component from web.
( commit 2c068a7 )

In this commmit we simplify the code by using an action for this
purpose, instead of using the dialog service.

closes odoo#162384

Related: odoo/enterprise#61020
Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
zel-odoo pushed a commit to odoo-dev/odoo that referenced this pull request Apr 29, 2024
We have recently replaced the custom form for editing res_partner
records that was used in pos with the default `view` component from web.
( commit 2c068a7 )

In this commmit we simplify the code by using an action for this
purpose, instead of using the dialog service.

closes odoo#162384

Related: odoo/enterprise#61020
Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
17.3 RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants