Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Cannot install automation_oca module odoo17

Naroči se

Get notified when there's activity on this post

This question has been flagged
Automation
2 Odgovori
216 Prikazi
Avatar
Santiago Carbonell Forment

Hi


I'm trying to install automation oca's module in odoo17 but it doesn't work


https://github.com/OCA/automation/tree/17.0/automation_oca


I've copied this module in odoo path but it doesn't compile and I think that the problem is that there is a pyproject.toml file to install python dependencies

[build-system]
requires = ["whool"]

build-backend = "whool.buildapi"

I think that I can install dependencies using this command pip3 install -r pyproject.xml but it doesn't work and appers this error;


ERROR: Invalid requirement '`[build-system]' from line 1 of pyproject.toml


Can you help me?


Thanks


0
Avatar
Opusti
Codesphere Tech

Hello,
Try to install it manually by pip install whool.

Santiago Carbonell Forment
Avtor

Hello Benjamin,

I had been launching this same command, but appears the error:

Invalid requirement '.'

I've done a cat of the pyproject.toml so you can see the requirements and that image attached.

This is the url of the oca's module

https://github.com/OCA/automation/tree/17.0/automation_oca

Thanks


I've tried to install that whool dependence with pip but the same, it doen't compile it


Santiago Carbonell Forment
Avtor

Hi,

Sorry, you're right, the problem is my environment, because I've installed this same module in a new odoo17 database and works fine.


The problem is that I'm migrating a odoo16 to odoo17 and openupgrade show me an error about base_automation.name column. I'm checking and name column doesn't exists in odoo16 but does it in odoo17. I thought, that if I put the new odoo17 custom module in odoo path, it automatically migrate to odoo17 creating the new columns but it doesn't work


The real problem, is that openupgrade doesn't migrate fine base_automation module


Thanks

Regards

Avatar
Benjamin Kisenge
Best Answer
You can Navigate  the module
cd ../automation_oca

The Use pip to install its dependencies
pip install .

Hope it helps
1
Avatar
Opusti
Avatar
Kunjan Patel
Best Answer
Hello Santiago Carbonell Forment,
I hope you are doing well



Note: I have installed the module successfully the issue may be on your side can you check in detail if anything will be missing from your side.”

automation_oca module uses whool build system which isn't installed.
skip it:
Just copy module to addons folder → Update Apps List → Install from Odoo. pyproject.toml is optional for standard installation.

I hope this information helps you

Thanks & Regards,
Kunjan Patel
0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Automation active Boolean button
Automation
Avatar
Avatar
Avatar
Avatar
4
jun. 25
2535
Automated Action to replace a speicifc text string in a status filed?
Automation
Avatar
0
dec. 22
3655
Automations from Calendar to Contacts
Automation
Avatar
0
nov. 22
2751
Use Marketing Applictaion for Abondoned Cart emails?
Automation
Avatar
0
avg. 22
2428
Update Product to Archive If Quotation Update to Sales Order, but Exclude Product Name 'Discount'
sales.order Automation
Avatar
0
sep. 25
740
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now