How to integrate the system with git? thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
9119
Lượt xem
How to integrate the system with git? thanks
#Download from bazaar
bzr branchlp:~ruchir.shukla/+junk/openerp_project_integration_7.0
Direct download
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
Comment: Are there any other ways to integrate git with Odoo? After oerp_project_git setup i get a "/TypeError: __init__() takes exactly 2 arguments (1 given)/" if I try to fetch a repo. I tested with the following settings: GitSetting Name "testgit" Username "openerp" => git username Password "********" GitFolder "/tmp/openerp" => empty directory Project Git Setting "testgit" Git Repository "http://openerp@git.foo.org/sandbox.git" Now if I try to "Fetch Repo" I get a TypeError. Fetching the repo directly with git (git clone http://openerp:********@git.foo.org/sandbox.git) works instead.
would any of you mind to explain with git integration means?
I'm looking for an addon to integrate git commits in project management. BTW: the "/TypeError: __init__() takes exactly 2 arguments (1 given)/" is gone after I updated python-git to a newer version.