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

Initial migration commit #1

Open
wants to merge 13 commits into
base: 8.0
Choose a base branch
from
Open

Conversation

maljac
Copy link
Member

@maljac maljac commented Oct 1, 2015

Migration of existing work from intercompany connector to odoo2odoo base connector.

Tasks:

  • Switch to odoo2odoo related naming convention instead "intercompany"
  • Migrate existing unittests

Odoo2Odoo Connector Modules
============================

*Odoo2Odoo Connector enables a bi-directional communication between two (or more), sepearte Odoo instances.*

Choose a reason for hiding this comment

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

s/sepearte/separate

Malte Jacobi added 2 commits October 2, 2015 12:41
- Add purchase related technical module
- Add po2so scenario
- Fix filename inconsistences
- Add po2so feature
@pedrobaeza
Copy link
Member

Dependency on runbot added and a rebuild launched.

Malte Jacobi added 5 commits October 16, 2015 16:16
- Adds basic security groups / model access
- Adds basic ImportBinder
- Adds some methods / class documentation
- Restructured backend view
- Cleaned up dependencides in _base to purchase
- Adds basic units in _purchase
@maljac
Copy link
Member Author

maljac commented Oct 17, 2015

@pedrobaeza : Could you please add oerplib as PIP dependency to RunBot ?

@pedrobaeza
Copy link
Member

No, I don't have SSH access to runbot machine. @gurneyalex, can you do it?

@maljac
Copy link
Member Author

maljac commented Oct 22, 2015

@gurneyalex Could you please add oerplib to runbot?

@maljac
Copy link
Member Author

maljac commented Nov 6, 2015

@gurneyalex Is it possible to install oerplib on runbot?

@pedrobaeza
Copy link
Member

Hi, @maljac, dependency is now fixed on runbot and I have restarted runbot build.

@maljac
Copy link
Member Author

maljac commented Nov 10, 2015

@pedrobaeza, thank you!

@gurneyalex
Copy link
Member

👍

Usage
=====

.

Choose a reason for hiding this comment

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

Will require documentation and screenshot. Let me know if I can help here

password = fields.Char(
string='Password',
required=True,
help='Password'

Choose a reason for hiding this comment

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

no need

@maljac
Copy link
Member Author

maljac commented Jan 2, 2016

@elicoidal Thanks for the review. FYI: I'm planning to spend more time in Q1 to push the connector to a good state.

# export jobs will be created: one for product.template and one for
# product.product. If you have more than one export backend, this
# gets even multiplied by the amount of backends: 2 backends means
# 4 export jobs. So far I have no idea how to deal with this!
Copy link
Member

Choose a reason for hiding this comment

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

you could use a custom (or even better, add it in connector_base_product) event on_product_write handled specially:

@liebana
Copy link

liebana commented Apr 11, 2016

Can somebody point out some functional information on this?

@maljac
Copy link
Member Author

maljac commented Apr 11, 2016

@liebana : Not sure what you mean? Information about guewen's comment?

@liebana
Copy link

liebana commented Apr 11, 2016

Sorry, it was a generic question because I wasn't reading the updated readme.rst file commited. I was only checking what was available to connect two Odoo instances in two cases:

  • Consolidate sales from multiple POS stores in a central one.
  • Create a sale order based on a purchase order in the other instance.

It seems that this would cover both cases, based on your generic development.

Best regards.

@yelizariev
Copy link
Member

FYI: we test and migrate the odooconnector_base to 10.0: https://github.com/it-projects-llc/connector-odoo2odoo/tree/10.0-migration
(I don't think that it's time to make a PR, so I just share the source for now)

@max3903 max3903 added this to the 8.0 milestone May 14, 2018
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.

8 participants