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

add pos_sale_order module #35

Closed
wants to merge 26 commits into from
Closed

Conversation

chafique-delli
Copy link

This module allows to create a sale order instead of a pos order in POS

@legalsylvain
Copy link
Contributor

Hi Chafique,

Thanks.

msgid "You have to open at least one cashbox."
msgstr "Vous devez ouvrir au moins une caisse."

#~ msgid "Product Template"
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess obsolete commented lines are not necessary.

@legalsylvain legalsylvain added this to the 8.0 milestone Jun 30, 2015
…ata.xml in demo folder; add anonymous_partner_id field in pos.config
@chafique-delli
Copy link
Author

@legalsylvain, Thanks, Sylvain for your comments.I changed as you suggested me.

…ribute in sale_view.xml and create get_domain function for search orders to invoice grouped
class PosConfig(models.Model):
_inherit = 'pos.config'

anonymous_partner_id = fields.Many2one('res.partner',
Copy link
Member

Choose a reason for hiding this comment

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

This field is not visible on the POS view. You must add it if we want to configure it correctly

@legalsylvain
Copy link
Contributor

Hi @chafique-delli. you have to change the travis file, adding one line per extra-repositories your module need. doing that you'll fix Runbot / Travis Error.

],
'data': ['sale_view.xml',
'point_of_sale_view.xml',
'demo/res_partner_data.xml',
Copy link
Member

Choose a reason for hiding this comment

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

This is not demo data but configuration data. Please rename the directory "demo" in "data" to avoid confusion. Thanks

Copy link
Contributor

Choose a reason for hiding this comment

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

in fact, it is now demo data. See my previous comment.

@legalsylvain
Copy link
Contributor

Waiting for 2 Merges :

1/ sale_quick_payment : you referenced an akretion branch, and OCA branch can not depend on custom branch.
There is another PR about porting this module : OCA/e-commerce#46
Could you check it ?

2/ account_bank_statement_sale_order : OCA/account-reconcile#114

@chafique-delli chafique-delli force-pushed the 8.0-pos-sale-order branch 2 times, most recently from 7c832ef to 3a733e4 Compare September 17, 2015 14:00
adrienpeiffer pushed a commit to acsone/pos that referenced this pull request Nov 30, 2015
@houssine78
Copy link

Hi @chafique-delli , @legalsylvain , @sebastienbeau

the referenced PR has been resubmited by this one OCA/e-commerce#54

and it seems that the concerned module have been moved to sale_workflow with this PR OCA/e-commerce#54 by the way, this PR needs some love if you could get a quick view ;)

I think that the travis file should be updated accordingly

@yelizariev
Copy link
Member

@chafique-delli if it's possible, I suggest to rename the module, because there is already one with the same name https://apps.odoo.com/apps/modules/8.0/pos_sale_order/

@chafique-delli
Copy link
Author

@yelizariev, your module is not OCA module so I do not see why I have to change the name of my OCA module.

@yelizariev
Copy link
Member

yelizariev commented May 3, 2016

@chafique-delli of course you don't have to do it.
Just note, that your (OCA) module will not be available on app store, because name is already used. If someone installs module via app-store (built-in odoo feature), he will not be able to do it this way.

@rafaelbn
Copy link
Member

Hi @OCA/pos-maintainers do you think we must change module names as commented #35 (comment) and #35 (comment) ?

Please @chafique-delli could you review this PR, let go ahead with it. Thanks!

@bealdav
Copy link
Member

bealdav commented Nov 28, 2016

@yelizariev Did your module have the same features than this one ?

@yelizariev
Copy link
Member

@bealdav my module provides completely different feature: create pos order from existed sale order

@StefanRijnhart
Copy link
Member

Just to let you know, I have picked up this branch and am working on a roundtrip to create sale orders as well as load them back into pos here: https://github.com/stefanrijnhart/pos/tree/8.0-pos-sale-order. The roundtrip is currently there, but it still needs work with regards to pos configuration, sale order confirmation and sale order payments.

@legalsylvain
Copy link
Contributor

Closing this PR due to long inactivity

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.

9 participants