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

[14.0] [mig] pos_partner_firstname #751

Closed
wants to merge 31 commits into from

Conversation

dsolanki-initos
Copy link
Contributor

No description provided.

robyf70 and others added 30 commits January 19, 2022 12:36
Currently translated at 100.0% (4 of 4 strings)

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/ca/
Currently translated at 100.0% (4 of 4 strings)

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/
Currently translated at 100.0% (4 of 4 strings)

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/it/
…es_order from POS frontend

Otherwise they would get access error on ir.config_parameter

Steps:

 - Create a user POS manager without administration rights
 - Using that user, open POS frontend
Currently translated at 100.0% (4 of 4 strings)

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/ca/
Currently translated at 100.0% (4 of 4 strings)

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/es/
Currently translated at 100.0% (4 of 4 strings)

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/fr_CH/
Currently translated at 100.0% (4 of 4 strings)

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/fr_CH/
Currently translated at 100.0% (4 of 4 strings)

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/fr_CH/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: pos-12.0/pos-12.0-pos_partner_firstname
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_partner_firstname/
Copy link

@iwkse iwkse left a comment

Choose a reason for hiding this comment

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

  1. click on customer > select customer > set customer > click on customer > edit same customer > enter new name > save > click "discard"

CURRENT BEHAVIOR
Name of partner is changed, but in main POS interface old name is still displayed (not updated)
VIDEO

Also there's issues on tests related to other modules.

@dsolanki-initos dsolanki-initos force-pushed the 14.0-mig-pos_partner_firstname branch 2 times, most recently from ac470a7 to 229a3a8 Compare February 7, 2022 05:00
@francesco-ooops
Copy link
Contributor

@dsolanki-initos runbot/boat is not up so can't do functional review

@iwkse
Copy link

iwkse commented Feb 22, 2022

@dsolanki-initos please could you fix the runboat? Would be really appreciated, thank you

Copy link

@iwkse iwkse left a comment

Choose a reason for hiding this comment

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

LGTM
There's an error in tests, did you try to rebase?

Copy link
Contributor

@francesco-ooops francesco-ooops left a comment

Choose a reason for hiding this comment

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

@dsolanki-initos functional review ok

@legalsylvain legalsylvain added this to the 14.0 milestone Mar 6, 2022
@francesco-ooops
Copy link
Contributor

LGTM There's an error in tests, did you try to rebase?

@dsolanki-initos could you please?

@francesco-ooops
Copy link
Contributor

@OCA/pos-maintainers I see travis here is failing due to an issue with pos_order_return tests

I've noticed also PRs #758 #756 and #768 are failing for the same reason, could you advise how to solve it?

Thanks!

@robyf70
Copy link
Contributor

robyf70 commented Mar 29, 2022

/ocabot merge

@OCA-git-bot
Copy link
Contributor

Hi @robyf70. Your command failed:

Required option bumpversion_mode for command merge. Possible values : major, minor, patch, nobump.

Ocabot commands

  • ocabot merge major|minor|patch|nobump
  • ocabot rebase

More information

@robyf70
Copy link
Contributor

robyf70 commented Mar 29, 2022

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

Sorry @robyf70 you are not allowed to merge.

To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons.

If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the maintainers key of its manifest.

@robyf70
Copy link
Contributor

robyf70 commented Mar 29, 2022

@legalsylvain Do you know why I cannot merge the PR since I'm the maintainer?

@legalsylvain
Copy link
Contributor

Ocabot only allow to merge patch from maintainers. (= ob existing modules)
This module doesnt exist in v14.

Note : i think we should fix travis before merging.

@robyf70
Copy link
Contributor

robyf70 commented Mar 29, 2022

Ocabot only allow to merge patch from maintainers. (= ob existing modules) This module doesnt exist in v14.

Note : i think we should fix travis before merging.

This means pos_order_return right?

@francesco-ooops
Copy link
Contributor

@OCA/pos-maintainers I see travis here is failing due to an issue with pos_order_return tests

I've noticed also PRs #758 #756 and #768 are failing for the same reason, could you advise how to solve it?

Thanks!

@robyf70 yup, it's blocking several PRs

@robyf70
Copy link
Contributor

robyf70 commented Apr 1, 2022

@dsolanki-initos Can you please rebase and push force since @legalsylvain has disabled the broken test on pos_order_return?

@legalsylvain
Copy link
Contributor

/ocabot rebase

@OCA-git-bot
Copy link
Contributor

@legalsylvain The rebase process failed, because command git push --force initOS tmp-pr-751:14.0-mig-pos_partner_firstname failed with output:

remote: Permission to initOS/pos.git denied to OCA-git-bot.
fatal: unable to access 'https://github.com/initOS/pos/': The requested URL returned error: 403

@francesco-ooops
Copy link
Contributor

@legalsylvain @robyf70 haven't received a reply from @dsolanki-initos about this module in the last month either here or by email, probably opening a new PR for migration is the easiest solution

@robyf70
Copy link
Contributor

robyf70 commented Apr 1, 2022

@legalsylvain @robyf70 haven't received a reply from @dsolanki-initos about this module in the last month either here or by email, probably opening a new PR for migration is the easiest solution

I will do now

@robyf70
Copy link
Contributor

robyf70 commented Apr 1, 2022

@legalsylvain @robyf70 haven't received a reply from @dsolanki-initos about this module in the last month either here or by email, probably opening a new PR for migration is the easiest solution

I will do now

it's here #775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.