<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Paimonchan</title>
    <description>The latest articles on DEV Community by Paimonchan (@paimonchan).</description>
    <link>https://dev.to/paimonchan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1041303%2F54f403de-663c-4862-b5c2-2828ce6bd11e.jpeg</url>
      <title>DEV Community: Paimonchan</title>
      <link>https://dev.to/paimonchan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/paimonchan"/>
    <language>en</language>
    <item>
      <title>How To Get Odoo Credential For API</title>
      <dc:creator>Paimonchan</dc:creator>
      <pubDate>Thu, 19 Sep 2024 13:23:59 +0000</pubDate>
      <link>https://dev.to/paimonchan/how-to-get-odoo-credential-for-api-32dh</link>
      <guid>https://dev.to/paimonchan/how-to-get-odoo-credential-for-api-32dh</guid>
      <description>&lt;p&gt;😎 Previously, i have already cover &lt;a href="https://dev.to/paimonchan/how-to-try-odoo-without-self-deploy-5e7g"&gt;How To Try Odoo Without Self Deploy&lt;/a&gt;. You can go to that page before continue to this article, because most of this content need at least one active Odoo database.&lt;/p&gt;

&lt;p&gt;😶‍🌫️ To Connect into Odoo via API, you need at least 4 value for the credential:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;URL&lt;/li&gt;
&lt;li&gt;User Id&lt;/li&gt;
&lt;li&gt;API Key&lt;/li&gt;
&lt;li&gt;Database Name&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔎 &lt;strong&gt;1. URL&lt;/strong&gt;&lt;br&gt;
The URL can be copied directly from URL in your browser, for the example this one inside the red box.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh9jc16italbj0fyfe6t7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh9jc16italbj0fyfe6t7.png" alt="Odoo URL" width="800" height="494"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔎 &lt;strong&gt;2. User Id&lt;/strong&gt;&lt;br&gt;
To access user detail, you can follow this step:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- Open `Setting` menu
- Click `User &amp;amp; Company` menu
- Click `User` menu
- Click user you want to use as API Bot
- Copy the number in URL bar
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwgp8hhqp0zd6v4k3sn5i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwgp8hhqp0zd6v4k3sn5i.png" alt="Odoo User Menu" width="800" height="545"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔎 &lt;strong&gt;3. Api Key&lt;/strong&gt;&lt;br&gt;
To Generate API Key, you can follow this step:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔎🔎 Click button &lt;strong&gt;My Profile&lt;/strong&gt;
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff1uy3d9q3vbz2hyg7l3d.png" alt="Odoo My Profile" width="800" height="415"&gt;
&lt;/li&gt;
&lt;li&gt;🔎🔎 Click button &lt;strong&gt;New API Key&lt;/strong&gt;
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2txx9ura1969bfcz6lvb.png" alt="Odoo New API Key" width="800" height="414"&gt;
&lt;/li&gt;
&lt;li&gt;🔎🔎 Set name for the API purpose and click button &lt;strong&gt;Generate Key&lt;/strong&gt;
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frwe3da5xbmuejcyx00w2.png" alt="Odoo Generate Key" width="800" height="261"&gt;
&lt;/li&gt;
&lt;li&gt;🔎🔎 Copy your API Key
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsiet8fwq40k16q7525w3.png" alt="Odoo API Key" width="800" height="300"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔎 &lt;strong&gt;4. Database Name&lt;/strong&gt;&lt;br&gt;
To Get Database name, you can follow this step:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔎🔎 Click Button &lt;strong&gt;My Database&lt;/strong&gt;
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwr1m46h4nrz1ji34r7ng.png" alt="Odoo My Database" width="800" height="389"&gt;
&lt;/li&gt;
&lt;li&gt;🔎🔎 Copy the name inside the red box
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsq5ray42k9sywsjxq76i.png" alt="Odoo Database Name" width="800" height="238"&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>odoo</category>
      <category>erp</category>
      <category>api</category>
    </item>
    <item>
      <title>How To Try Odoo Without Self Deploy</title>
      <dc:creator>Paimonchan</dc:creator>
      <pubDate>Tue, 17 Sep 2024 15:33:25 +0000</pubDate>
      <link>https://dev.to/paimonchan/how-to-try-odoo-without-self-deploy-5e7g</link>
      <guid>https://dev.to/paimonchan/how-to-try-odoo-without-self-deploy-5e7g</guid>
      <description>&lt;p&gt;🔎 Odoo is one of many ERP Software (Enterprise Resource Planning) that already used for many industries. As one of ERP Software, Odoo act as a comprehensive open-source ERP solution, offers a flexible, scalable, and customizable platform that integrates all business functions. With its flexibility for customization, Odoo open many advantage for industry to adjust their need with Odoo.&lt;/p&gt;

&lt;p&gt;😶‍🌫️ Odoo has 3 type approaches.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Odoo Community&lt;/li&gt;
&lt;li&gt;Odoo SaaS&lt;/li&gt;
&lt;li&gt;Odoo SH&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;😎 The first one is free and open source. the second and third is subscription based. The second one have free plan with limited 14 days used for all apps. But we can create as many as we want of Odoo database in one account.&lt;/p&gt;

&lt;p&gt;😶‍🌫️ For this article, i will show you how to open Odoo database for SaaS. it's easy and no need for extra effort to do it. So lets check it out.&lt;/p&gt;

&lt;p&gt;🔎😎🔎&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open this link to access Odoo SaaS
&lt;a href="https://www.odoo.com/web/login" rel="noopener noreferrer"&gt;https://www.odoo.com/web/login&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;If you don't have the account, you can click button &lt;strong&gt;Don't have an account?&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;The register is simple, you just need to put an email and a password and you ready to go for the next login.&lt;/li&gt;
&lt;li&gt;Login into Odoo&lt;/li&gt;
&lt;li&gt;After that click the button &lt;strong&gt;My Database&lt;/strong&gt; under profile button
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7bysf59msac79tyvhmno.png" alt="Odoo Database Button" width="800" height="426"&gt;
&lt;/li&gt;
&lt;li&gt;You will be redirect into page where all of your Odoo database exist. If you don't have yet, it will show empty like this
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh8kblt45ddpht6giup5k.png" alt="Odoo Database Page" width="800" height="372"&gt;
&lt;/li&gt;
&lt;li&gt;Click button &lt;strong&gt;Create&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Then select the app that you will used, you can select all app if you want. For my example, i will select only 4 app (Inventory, Accounting, Sales and Purchase)
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr48epbfo99n5sq9yyu2k.png" alt="Odoo App List" width="800" height="434"&gt;
&lt;/li&gt;
&lt;li&gt;And then click button &lt;strong&gt;Continue&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;From this page, only fill your &lt;strong&gt;company name&lt;/strong&gt; dan &lt;strong&gt;company size&lt;/strong&gt;. The company name will became your Odoo URL (you can peek the final URL below this field)
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq60tug29pd0yi9f7ngqh.png" alt="Odoo URL" width="800" height="430"&gt;
&lt;/li&gt;
&lt;li&gt;Then click button &lt;strong&gt;Start&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Wait for a while until your Odoo database ready&lt;/li&gt;
&lt;li&gt;And after a while, you will be redirect into your Odoo Database when its ready, like this:
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdeuy76jiupp99fjkuxlu.png" alt="Odoo Database" width="800" height="392"&gt;
&lt;/li&gt;
&lt;li&gt;Finally, to extend the trial for 14 days, you can check your email and click database link activation.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>odoo</category>
      <category>erp</category>
      <category>saas</category>
      <category>ai</category>
    </item>
    <item>
      <title>Best ERP 2024 ?</title>
      <dc:creator>Paimonchan</dc:creator>
      <pubDate>Tue, 18 Jun 2024 01:41:09 +0000</pubDate>
      <link>https://dev.to/paimonchan/best-erp-2024--2p85</link>
      <guid>https://dev.to/paimonchan/best-erp-2024--2p85</guid>
      <description>&lt;p&gt;which brand erp should we choose for 2024 for these criteria ?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;pricing&lt;/li&gt;
&lt;li&gt;customization&lt;/li&gt;
&lt;li&gt;features&lt;/li&gt;
&lt;li&gt;performance&lt;/li&gt;
&lt;li&gt;ease of use&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
